Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / CommonNumericUpDown<T> Class / UpdateMetadata Method


In This Topic
    UpdateMetadata Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Shared Sub UpdateMetadata( _
       ByVal type As Type, _
       ByVal increment As Nullable(Of T), _
       ByVal minValue As Nullable(Of T), _
       ByVal maxValue As Nullable(Of T) _
    ) 
    'Usage
     
    Dim type As Type
    Dim increment As Nullable(Of T)
    Dim minValue As Nullable(Of T)
    Dim maxValue As Nullable(Of T)
     
    CommonNumericUpDown(Of T).UpdateMetadata(type, increment, minValue, maxValue)
    protected static void UpdateMetadata( 
       Type type,
       Nullable<T> increment,
       Nullable<T> minValue,
       Nullable<T> maxValue
    )

    Parameters

    type
    increment
    minValue
    maxValue
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also